You are here: About installation > Example > Kronodoc server installation example

Project Portal server installation example

For the installation of the base Project Portal server without any add-ons or patches, the Project Portal installation archive is unpacked in the ~/pp2012/inst directory of the Project Portal shell user.

~/pp2012/inst$ csh installKronodoc
What is the directory of Project Portal [default /home/kronodoc]? /home/kronodoc/pp2012
Installing Project Portal and add-on OracleInterface
Setting up the Project Portal system running with the user and group IDs 'kronodoc'
httpd shared libraries have already been installed.
Do you want to use SSL (Secure Socket Layer) in all network traffic [yes]? yes
What is the host name of the Krono Web server to be used [default krono.company.com]? krono.company.com
What is the email address of your server administrator [default kronodoc@krono.company.com]? kronodoc@company.com
The following port number must be larger than 1023
unless you start the Web server as root
Which port number do you want to use for Project Portal [default 443]? 8088
radan-http      8088/tcp                        # Radan HTTP
radan-http      8088/udp                        # Radan HTTP
According to /etc/services, port number 8088 may already be in use.
Do you still want to use it for Project Portal [no]? yes
What network address should Project Portal Web server listen [default krono.server.com; ALL for all available interfaces; hostname:port for a specific port]? ALL
How many Project Portal server processes do you want to run [default 1]? 3
Do you want to be able to use low security ciphers (NOT RECOMMENDED) [no]? no
Do you have your own SSL certificate files [no]? no
Web server successfully installed
Since this seems to be a development installation, I'll ask this:  Do you want
to run periodic operations (indexing, notifications, expunge) with cron [yes]? yes
Please set an initial password for the Project Portal administrator user admin
New password: *****
Re-type new password: *****
Adding password for user admin
Project Portal successfully installed
Installing add-on module OracleInterface by default
**
This version of Project Portal has the following pre-requisites
(Please see the Project Portal Server Setup guide for more information)
- Oracle database on Linux, Solaris or HP-UX (Windows is not supported!)
- Oracle database version 9.2.0.7 (or later 9iR2) or 10.2.0.2 (or later 10gR2)
- Oracle Text feature installed and configured
- Project Portal projects directory readable by Oracle server Oracle user account
- CTXAPP role granted to krono_role
- Increased krono_data tablespace space requirements
 
NB: IF ANY OF THESE REQUIREMENTS IS NOT MET, PLEASE BAIL OUT NOW.
**
Do you want to continue [no]? yes
What is the host name of the Oracle database server [default ora.company.com]? ora.company.com
What is the SID (non-global) of the Oracle database used [default KRONO]? KRONO
What is the port to access the Oracle database [default 1521]? 1521
What is your Oracle account user name [default kronodoc]? krono40
What is your Oracle account password [default krono40]? krono40password
Oracle database server version is 10.2.0.3.0
User Project Portal has krono_role
Role krono_role has ctxapp role
Is the database running on this operating system instance? [yes]
no
Which directory do you want to use for storing Project Portal project data? [/home/kronodoc/projects.1]
 NB: THE DIRECTORY SHOULD BE INDEPENDENT OF ANY SPECIFIC Project Portal INSTALLATION OR VERSION TO MAKE FUTURE VERSION UPGRADES EASIER.
 An example would be /home/kronodoc/projects.1
/home/kronodoc/projects
Using /home/kronodoc/projects. for storing Project Portal project data
Making /home/kronodoc/projects available in /home/kronodoc/pp2012/Kronodoc/KRONO/projects
 Moving data from /home/kronodoc/pp2012/Kronodoc/KRONO/projects to /home/kronodoc/projects
 Linking datadir as /home/kronodoc/pp2012/Kronodoc/KRONO/projects
Which operating system group will you be using for granting access to Project Portal data for the Oracle database user? [kronodoc] kronodoc
 Note that the current user Project Portal has to be a member of this group.
 The database server Oracle user account (e.g. oracle) also needs to be a member of this group.
 
Project Portal is a member of group kronodoc
Project Portal default group is kronodoc
Using group Project Portal for project data ownership
Do you want to automatically change group ownership and permissions for project data dir parent and sub directories? [yes]
 
 Changing group ownership and permissions for /home/kronodoc/projects
 Changing group ownership and permissions for /home/kronodoc
 Changing group ownership and permissions for all files in project data directory tree (/home/kronodoc/projects).
The Project Portal project data directory /home/kronodoc/projects should be mounted on the database server file system.
 Mount the file system read-only and only allow access from the Oracle server.
 In which path do you want to mount it? [/mnt/oracle/krono/home/kronodoc/projects]
/mnt/oracle/krono/home/kronodoc/projects
Using /mnt/oracle/krono/home/kronodoc/projects as the Project Portal data directory path on Oracle server
**Please verify that /mnt/oracle/krono/home/kronodoc/projects is accessible by the database user account**
Modifying /home/kronodoc/pp2012/Kronodoc/KRONO/conf/config.pm
Do you want to initialize a new empty database [no]? yes
Activated default Project Portal Walkthru project
Attempting to delete existing oracle text indexes (Errors may be ignored)
Creating Oracle Text index (this may take a while)
Oracle Text indexing finished with errors. See /tmp/otidx2log.4467 for details.
Attempting to delete existing oracle text metadata indexes (Errors may be ignored)
Creating Oracle Text index for metadata (this may take a while)
Add-on OracleInterface successfully installed
Installation complete
To verify the installation, start the Web server with command
     /home/kronodoc/pp2012/httpd/support/start_kronodoc_web_server
then in a browser go to URL
     https://krono.company.com:8088/kronodoc
To remove the entire installation, you can run
     csh /home/kronodoc/pp2012/inst/uninstallKronodoc
Creating Project Portal installation report

www.bluecieloecm.com